func google.golang.org/grpc.newHandlerQuota

2 uses

	google.golang.org/grpc (current package)
		server.go#L1054: 	streamQuota := newHandlerQuota(s.opts.maxConcurrentStreams)
		server.go#L2241: func newHandlerQuota(n uint32) *atomicSemaphore {